home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / utility / passw204.zip / BUILD.BAT next >
DOS Batch File  |  1995-11-13  |  256b  |  13 lines

  1. @echo off
  2. echo Building password.sys driver...
  3. echo.
  4.  
  5. REM set this variable to the location of your assembler and linker...
  6. set abin= d:\tasm\bin
  7.  
  8. %abin%\tasm /m2 /os /q /w+ /zi password, password
  9. %abin%\tlink password, password.sys/t
  10.       
  11.  
  12.  
  13.